home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / map_objects < prev    next >
Text File  |  2001-04-06  |  383b  |  12 lines

  1. SYNOPSIS
  2.         mixed *map_objects(object *arr, string fun, mixed extra, ...)
  3.  
  4. DESCRIPTION
  5.         Similar to map(), but calls arr[n]->fun(extra,...). The
  6.         returned value replaces the object in returned array.
  7.         Any number of extra arguments is allowed, which are all
  8.         passed. 0-entries in arr are ignored.
  9.  
  10. SEE ALSO
  11.         map(E), filter(E), filter_objects(E)
  12.